Find(Int32,Int32,Int32,Int32,Reference[],Int32) Method
Finds the unioned reference of all merged cells which intersect with the specified reference.
'Declaration
Public Overloads Function Find( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal column2 As Integer, _
ByRef () As Reference, _
ByRef As Integer _
) As Boolean
'Usage
Dim instance As MergedCellStorage
Dim row As Integer
Dim column As Integer
Dim row2 As Integer
Dim column2 As Integer
Dim mergedCells() As Reference
Dim mergedLength As Integer
Dim value As Boolean
value = instance.Find(row, column, row2, column2, mergedCells, mergedLength)
Parameters
- row
- An integer value indicates the top row index of the reference.
- column
- An integer value indicates the left column index of the reference.
- row2
- An integer value indicates the bottom row index of the reference.
- column2
- An integer value indicates the right column index of the reference.
- mergedCells
- An array represents all merged cells in specified reference
- mergedLength
Return Value
An integer value represents the found item size.